Remove outdated and non-generated apply configurations#589
Remove outdated and non-generated apply configurations#589erikgb wants to merge 1 commit intocert-manager:mainfrom
Conversation
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I just noticed someone is actually using apply configurations in this project, ref. cert-manager/cert-manager#5783 (comment). Maybe we should fix the generator instead? WDYT @inteon? /hold |
Yes, let's maybe do that, |
Agreed! Here is an alternative PR: #598. PTAL! |
Somehow
applyconfiguration-gengot lost in makefile-module improvements. This means that the applyconfigurations are no longer kept up-to-date with the trust-manager APIs. I would personally prefer to fix the generate issue, but I seem to be the only maintainer who likes the ACs. And since they are unused, at least in this project, let's delete them.Reverts most of #217, but keeps the
genclientmarkers in case users are generating something.Hopefully, there will be more appetite for ACs when kubernetes-sigs/controller-tools#818 is released.